Fix a thinko in creating event masks
authorMatthias Clasen <mclasen@redhat.com>
Thu, 14 Aug 2014 04:10:23 +0000 (00:10 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 14 Aug 2014 04:10:23 +0000 (00:10 -0400)
commit491cab3f7f4a14a7ac9254a047fb95859730dc66
tree2853c5520a455bd6f6fb7f00cb24d01520f0af46
parentec2bc3faceb17412704d6d04a21ae60c3eed2063
Fix a thinko in creating event masks

&-ing together all the device event types yields zero,
which is clearly not the intention here. Use | instead,
to create the intended mask.

https://bugzilla.gnome.org/show_bug.cgi?id=734641
gdk/x11/gdkdevice-core-x11.c